home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d906.lha / Move / move.doc < prev    next >
Text File  |  1993-08-28  |  4KB  |  132 lines

  1.   
  2.  
  3.                              Move 2.2a
  4.                              ---------
  5. Written by Asher Feldman
  6.  
  7. Note: Move requires the Copy, Rename, and Delete commands in your c directory.
  8.  
  9. Move 2.2a requires kickstart 2.04 or higher.   
  10.  
  11. Changes since 2.2 
  12. -----------------
  13. Move 2.2 didn't work right with the '*' wildcard, even after it was
  14. activated.  This has been fixed, but in the process, Move grew to 
  15. a huge 872 bytes.  :-(
  16.  
  17. What is it?
  18. -----------
  19. Move is a simple Un*x like "move" command.  It allows you to move files 
  20. to and from any device or directory.  It performs the same function as the 
  21. Move command on a directory utility, but from the CLI or Shell.  It can 
  22. also be used as a Rename command.  Move supports true (rename style) moves
  23. when moving files on the same device, while still allowing you to move files
  24. across volumes.
  25.  
  26. Move will also allow you to move file links, and supports all standard 2.x
  27. wildcards.
  28.  
  29. Usage
  30. -----
  31.                           Move [FROM] <arg1> [TO] <arg2>
  32.  
  33. (The [FROM] and [TO] are optional)
  34.  
  35.   <arg1> is the file you want to move.  It can contain wildcards, such as
  36. "#?.lha".  Or "*.lha" if you are using a program such as Starburst to
  37. enable the * wildcard on your system.
  38.  
  39.   <arg2> is the destination.  It can be a filename, directory or device.
  40.   The "" wildcard may be used here, and stands for your current directory. 
  41.  
  42.   To move the file "readme" to ram: you would enter: (FROM and TO not needed)
  43.  
  44.                           Move FROM readme TO ram:
  45.  
  46.  
  47.   To move all files that have the prefix "mod" to the directory DH0:Music
  48. you would enter:
  49.  
  50.                           Move mod* DH0:Music
  51.  
  52.   To move "ram:readme" to your current directory you would enter:
  53.  
  54.                           Move ram:readme ""
  55.  
  56.   If you want to move every file in one directory to another, it would be:
  57.  
  58.                           Move <dir> <dir>
  59.  
  60.   Move can also be used to rename a file.  To change the name of the file 
  61. "SONG.MOD" to "MOD.SONG" you would enter:
  62.  
  63.                           Move SONG.MOD MOD.SONG
  64.  
  65.   You can move multiple files without using wildcards as well. For example,
  66. to move the files "lha", "uux", and "slect" to c: you could enter:
  67.   
  68.                           Move (lha|uux|slect) c:
  69.  
  70. To move them all back to the current directory you would use:
  71.  
  72.                           Move c:(lha|uux|slect) ""
  73.  
  74. General Info
  75. ------------
  76.   There were already two "Move" utilities floating around in the public
  77. domain that I knew of when I wrote this.  Both have built-in copy and
  78. delete routines.  I thought this was a waste of space, especially for those
  79. of us with very limited resources.  Thus I wrote Move, which takes advantage
  80. of the "Copy", "Rename, and "Delete" commands already on everyone's system. 
  81. This allows Move to be much smaller than the other "Move" utils, yet operate
  82. just as fast, or faster in some cases.  Move will accept all the standard
  83. 2.0 wildcards (If you want to use * you must first activate it with a program
  84. such as Starburst)
  85.  
  86.   Move will run much faster if you have the Copy, Rename, and 
  87. Delete commands in residence.
  88.  
  89.                                  *     *     *
  90.  
  91. NOTE:
  92.  
  93. In the case of 
  94.  
  95.    Move yy xx
  96.  
  97. where the file xx already exists, xx will be overwritten without warning.
  98.  
  99.  
  100. How To Contact Me
  101. -----------------
  102. Send bug reports/comments, etc.. to:
  103.  
  104. PORTAL:       Wizard0
  105. INTERNET:     asher@shell.portal.com
  106.               Wizard0@cup.portal.com  
  107.  
  108. US Snail:     (send money here :-)                         
  109.  
  110.    Asher Feldman
  111.    4791 Calle de Tosca             
  112.    San Jose, CA 95118
  113.  
  114. Shareware Note
  115. --------------
  116. Move 2.2a is shareware.  If you find this program useful, and would like 
  117. to see further development, then please send a small donation (whatever you
  118. think Move is worth) to the above adress.  Thanks!
  119.  
  120. And Now For The Legal Claptrap
  121. ------------------------------
  122. If this program causes your computer to blow up, or your hard drive to 
  123. implode, or anything else that isn't too nice, then it's your fault, not
  124. mine.  This program is not "guaranteed" to do anything. (although if it
  125. doesn't, please send me (E)mail!)
  126.  
  127. This program may be freely distributed as long as this doc file is included.
  128.  
  129.  
  130.                                                  A.F.
  131.  
  132.